home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / wall201.zip / THEWALL.DOC < prev    next >
Text File  |  1992-01-22  |  8KB  |  169 lines

  1.  ------------------------------------------------------------------------------
  2.  -                            THE GRAFITTI WALL                               -
  3.  -                               VERSION 2.01                                 -
  4.  -                                                                            -
  5.  -                           by  Darryl L. Pierce                             -
  6.  -                                                                            -
  7.  -               The Vampyre Bar! BBS ■ GENIUSnet Headquarters                -
  8.  -                     (609) 825-4996 ■ HST Dual Standard                     -
  9.  -                                                                            -
  10.  -                           SysOp  Documentation                             -
  11.  ------------------------------------------------------------------------------
  12.  
  13.                                    OVERVIEW
  14.                                    --------
  15.  
  16. Grafitti Wall is a nice door program for users who love to express themselves
  17. in more than just the message conferences. With the Grafitti Wall, they can
  18. post simple one-lines one a wall filled with "grafitti" written by other
  19. users!
  20.  
  21. When the wall becomes filled with grafitti, it will scroll the oldest lines off
  22. and add the new ones. This saves you the trouble of having to delete lines of
  23. text when there's too much grafitti in the wall.
  24.  
  25. Also, when the wall is updated as each user adds a line of text, Grafitti
  26. Wall also adds the users name to the data file. Although it is not displayed
  27. to the users when the wall is shown, it is nice for the SysOp to know who
  28. left which line in case the users decide to use profanity or other undesirable
  29. speech in their grafitti.
  30.  
  31.                                  INSTALLATION
  32.                                  ------------
  33.  
  34. Installation is very easy and straightforward. The following instructions are
  35. designed to help you get this door up and running in the shortest amount of
  36. time. It is assumed that you are familiar with setting up door programs for
  37. your BBS, so only examples of the configuration files and batch files will
  38. be shown:
  39.  
  40. 1)  Create a subdirectory to hold all the files for WALLxxxx.ZIP.
  41.  
  42. 2)  Unzip WALLxxxx.ZIP into the above subdirectory.
  43.  
  44. 3)  Create a configuration file with the filespec of your own choice. The
  45.     configuration file should follow this example:
  46.  
  47.         C:\PCB\PCBOARD.SYS      ; Full path/filename to door file*
  48.         00000000                ; Registration Serial Number
  49.         The Vampyre Bar! BBS    ; BBS Name
  50.         Darryl                  ; SysOp's First Name
  51.         Basner                  ; SysOp's Last Name
  52.         110                     ; Security Level for SysOp Access
  53.         50                      ; Maximum number of lines for the wall**
  54.         C:\THEWALL\THEWALL.TXT  ; Full path\filename for the wall data file.
  55.  
  56.         *  - Supported door files are:
  57.  
  58.          PCBOARD.SYS ■ DOOR.SYS ■ DORINFOx.DEF ■ GENERIC.SYS ■ WILDCAT!
  59.                        (More discussion On This Later)
  60.  
  61.         ** - Up to 100 lines may be defined by the configuration.
  62.  
  63. 4)  Create a batch file to call Grafitti Wall or edit the one supplied with
  64.     this archiver (THEWALL). A sample batch file is:
  65.  
  66.         @ECHO OFF                       ;
  67.         CLS                             ;
  68.         D:                              ;
  69.         CD\DOORS\THEWALL                ; Change To The Directory For The Door
  70.         THEWALL THEWALL.CNF             ;
  71.         C:                              ;
  72.         CD\PCB                          ;
  73.         BOARD                           ; Reload PCBoard
  74.  
  75.  
  76. That's it! Now you're already to run THEWALL on your board!
  77.  
  78.                                   DOOR FILES
  79.                                   ----------
  80.  
  81. This door supports all major BBS program door information files. If your BBS's
  82. door file doesn't appear in the list, you may create a file called GENERIC.SYS
  83. to pass the pertinent information to the door. The format of the is:
  84.  
  85.                         DARRYL BASNER  ; The SysOp's Name
  86.                         COM2:          ; The COM port used by the node
  87.                         30             ; Time allowed in the door
  88.  
  89. Remember to follow each line with a carriage return/line feed. If you wish to
  90. test the door out in local mode, specify the COM port as COM0: (the same as
  91. in DOOR.SYS).
  92.  
  93.                                  ADOPT-A-DOOR
  94.                                  ------------
  95.  
  96. I've been running a BBS for a few years now and know what a financial burden it
  97. can be to constantly be expected to keep everything running smoothly without
  98. a little financial support from the users. A friend of mine told me about the
  99. ADOPT-A-DOOR concept for registering doors and utilities for BBSs.
  100.  
  101. With the ADOPT-A-DOOR concept, a user would send in a donation to the SysOp
  102. that has the intended purpose of paying the registration fee for a specified
  103. door or utility for the BBS. In return, most SysOps give the ADOPTive user
  104. a special access level or patron membership. And, in this way, both the user
  105. and the SysOp benefit from the ADOPTion.
  106.  
  107. Since I began writing doors, I've always liked the idea of ADOPTing doors. So,
  108. I took that into consideration when programming and have implemented a simple
  109. screen in the doors to advertise the ADOPT-A-DOOR policy to the users. This
  110. way, the SysOp doesn't have to post tons of dull messages on ADOPTing doors
  111. and will (hopefully) inspire the BBS' users who enjoy a particular door to
  112. possibly ADOPT it for the BBS!
  113.  
  114.                                   LEGALITIES
  115.                                   ----------
  116.  
  117.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  118.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  119.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  120.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  121.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  122.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  123.       OR BREACH OF ANY WARRANTY.
  124.  
  125.                                  DISTRIBUTION
  126.                                  ------------
  127.  
  128. This package may be made available on your BBS or uploaded to any BBS that you
  129. call provided that the contents of this archive are NOT in any way change,
  130. either by adding or deleting files to the archiver. The archive and any of the
  131. individual files contained therein may NOT be used by any service that charges
  132. any money whatsoever,  without the written permission of the author.
  133.  
  134.                                  REGISTRATION
  135.                                  ------------
  136.  
  137. When you register this door, you will be given a unique registration serial
  138. number that, when inserted into the configuration file of this particular
  139. door, will cause your BBS' name to be displayed while the doors is opening and
  140. also while it is returning to the BBS. In addition, all the built in delays
  141. will subsequently be removed.
  142.  
  143. To register THEWALL, please fill out the accompanying REGISTER.FRM and send
  144. the prescribed donation ($15) to the name and address at the top of the form.
  145.  
  146. Make sure that when you fill out the form you write the BBS NAME, YOUR FIRST
  147. NAME and YOUR LAST NAME EXACTLY AS THEY APPEAR IN THE CONFIGURATION.
  148.                         ^^^^^^^ ^^ ^^^^ ^^^^^^ ^^ ^^^ ^^^^^^^^^^^^^^
  149.  
  150. Based on the information given in the registration form, I will set up and
  151. pre-registered account on my BBS. That way, you could simply call THE VAMPYRE
  152. BAR! BBS and pick up your registration number.
  153.  
  154.                                 MISCELLANEOUS
  155.                                 -------------
  156.  
  157. For the latest version of THEWALL and other great Vampyre Bar! Doors, call
  158.  
  159.                              THE VAMPYRE BAR! BBS
  160.                        609 825-4996 ■ HST DUAL STANDARD
  161.  
  162.                     The Home Of GENIUSnet EchoMail Systems
  163.                          South Jersey Node For ProgNet
  164.  
  165. Remember, if you have any problems, questions or suggestions, you can drop me
  166. a line through your nearest GENIUSnet (GnetChat, DOORS or BBSing) or ProgNet
  167. (Authors) node and I will gladly get back to you as soon as I receive your
  168. message.
  169.